[__DynamicallyInvokable()] public System.int BinarySearch( System.int index, System.int count, T item, System.Collections.Generic.IComparer<T> comparer )
'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function BinarySearch( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal item As T, _ ByVal comparer As System.Collections.Generic.IComparer(Of T) _ ) As System.Integer
'Usage
Dim instance As NGenericList(Of T) Dim index As System.Integer Dim count As System.Integer Dim item As T Dim comparer As System.Collections.Generic.IComparer(Of T) Dim value As System.Integer value = instance.BinarySearch(index, count, item, comparer)
Parameters
- index
- count
- item
- comparer